home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 2 / Deutsche Edition 2.iso / mac / NEWTON / AssistCalc ƒ / README < prev   
Text File  |  1993-12-20  |  4KB  |  98 lines

  1. AssistCalc
  2.  
  3. I wrote AssistCalc because many people expect the function of AssistCalc to be built into the
  4. Newton. AssistCalc allows the user to write out (not tap, tap, tap) your equation and AssistCalc
  5. will try it's best to figure out an answer for you. You can then copy the answer to where you 
  6. need it.
  7.  
  8. To install AssistCalc you will need Apple's Newton Connection Kit or the public domain Package
  9. Downloader program. AssistCalc works in conjunction with Newton's Intelligent Assistant. 
  10. AssistCalc will be ready to assist you as soon as it loaded it into your Newton.
  11.  
  12. AssistCalc can be used 2 ways:
  13.  1. AssistCalc can use the Intelligent Assistant (Assist button). If you are in the notepad you
  14.     can write out your expression with a valid synonym, select the expression and tap Assist.  
  15.     Valid synonyms for AssistCalc are calc, compute, =, equal.
  16.     
  17.  
  18.     Some examples are for use with the Assist button: 
  19.         = 2 + 2 
  20.         2+2 = 
  21.         calc 3/6 
  22.         sin(45) equal
  23.         compute max(4+3,4*2) 
  24.  
  25.     * Please note, that for the Newton Intelligent Assistant to interpret the equation you MUST 
  26.       have a SPACE between the '=' and the equation.
  27.  
  28.     ** To speed up evaluation of the expression using Assist button try:
  29.          - for long expressions remove all spaces execpt the one space between expression and 
  30.            the synonym .
  31.          - for small expressions with just +,-,*,/ add spaces between all operators and numbers.
  32.          
  33.     *** Store equations that you use a lot in the notepad. This way you can have your own 
  34.         programable calculator.
  35.          
  36.  2. AssistCalc can be used as a standard application. It has an expression field for you to enter
  37.     your expression in. Do not include the synonym with the exression. Synonyms are only needed
  38.     when writing expressions for the Intelligent Assistant. Tap the "The Answer Is" button to 
  39.     see the result. 
  40.     * for complicated expressions this way computes much faster than through the Intelligent 
  41.       Assistant.
  42.  
  43.     Some examples are for use within AssistCalc package: 
  44.         (log(12.4)-log(5.6))/(12.0 - 2.0) 
  45.         2+2 
  46.         4*3 
  47.         sin(45)  
  48.  
  49.     
  50. Some other math functions that the Newton knows are: acos(x) asin(x) atan(x) atan2(x,y) cos(x) 
  51. cosh(x) exp(x) log(x) log10(x) pow(x,y) sin(x) sinh(x) sqrt(x) tan(x) tanh(x) max(a,b) min(a,b) 
  52. floor(x) cieling(x) annuity(rate,periods) compound(rate,period).
  53.  
  54. * Some users have found that they can execute other Newton internal functions. If you do this 
  55.   you do so at your own risk. Some of these functions can really screw up your Newton. Please
  56.   only use the documented functions.
  57.   
  58.   Because you can use Newton script you can do the following:
  59.       x := 1;
  60.       y := 2;
  61.       (x-y)/(x+y)
  62.   This can be usefull if you have an expression that you want to plug multiple values into to
  63.   find a bunch of answers. You only need to change 'x' in one place and then recalculate.
  64.  
  65. Suggestions, comments, and bugs please e-mail to: 
  66.     internet: macia@sinbad.navsses.navy.mil 
  67.     applelink: hardy.macia
  68.  
  69. AssistCalc is WhateverWare. Send whatever to: 
  70.     Hardy Macia 
  71.     1413 Surrey Lane 
  72.     Wynnewood PA 19096
  73.  
  74. (Some whatever suggestions: lift tickets, postcards, $1 foriegn or US notes, or change
  75.                             [pennies, dimes, quarters] - I'm trying to fill up a 40 gallon milk can.)
  76.  
  77.  
  78. Version History
  79. ---------------
  80. 2.01 - 12/19/93 - Added a popup template. Handles +/- infinity and non numbers conditions.
  81.         sqrt(-1) is 'i'. AssistCalc will give you an answer of 'Not A Number'. The AssistCalc
  82.         window is now dragable <- to support rumored slates.
  83.  
  84. 2.0 - 12/09/93 - Added an expression field to the AssistCalc appliction to bypass the Intelligent
  85.       Assistant thereby, speeding up processing of expression. This expression field has a 
  86.       custom dictionary associated with it consisting of the above defined functions.
  87.  
  88. 1.01 - 12/05/93 - Answer window is no longer moveable. I decided that being able to copy the 
  89.        answer was more important than being able to see behind the window.
  90.  
  91. 1.0 - 12/04/93 - First release
  92.  
  93.  
  94. Standard Disclaimer: 
  95. AssistCalc is Copyright © 1993 by Hardy Macia. It may  be distributed 
  96. freely for non-commercial purposes with this README.  Rights are reserved by 
  97. the author. The author assumes no risk in the use of this software. 
  98.